Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.sophra.org/api/nous/learn/feedback \ --header 'Content-Type: application/json' \ --data ' "{\r\n \"feedback\": [\r\n {\r\n \"queryId\": \"{{queryId}}\",\r\n \"rating\": {{rating}},\r\n \"metadata\": {\r\n \"userAction\": \"{{userAction}}\",\r\n \"resultId\": \"{{resultId}}\",\r\n \"queryHash\": \"{{queryHash}}\",\r\n \"timestamp\": \"{{timestamp}}\",\r\n \"customMetadata\": {{customMetadata}}\r\n }\r\n }\r\n ]\r\n}" '
The body is of type object.
object
Successful response